From bed2f0e38c198e38d9a55d7d81cb7038a2d525a7 Mon Sep 17 00:00:00 2001 From: Kristian Rietveld Date: Mon, 30 Jul 2007 10:57:25 +0000 Subject: [PATCH] Fix documentation. (#461225, Murray Cumming). 2007-07-30 Kristian Rietveld * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_cell): Fix documentation. (#461225, Murray Cumming). svn path=/trunk/; revision=18557 --- ChangeLog | 5 +++++ gtk/gtktreeview.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cef22d4c04..50bbd05837 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-30 Kristian Rietveld + + * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_cell): Fix + documentation. (#461225, Murray Cumming). + 2007-07-29 Emmanuele Bassi * gtk/gtkrecentchooser.c: Add documentation for properties diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index b9492819c2..65c1a17f3f 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -15219,7 +15219,7 @@ gtk_tree_view_set_tooltip_row (GtkTreeView *tree_view, * @tooltip: a #GtkTooltip * @path: a #GtkTreePath or %NULL * @column: a #GtkTreeViewColumn or %NULL - * @cell: a #GtkCellRendererText or %NULL + * @cell: a #GtkCellRenderer or %NULL * * Sets the tip area of @tooltip to the area @path, @column and @cell have * in common. For example if @path is %NULL and @column is set, the tip -- 2.30.2